object frmAbout: TfrmAbout Left = 287 Top = 314 HelpType = htKeyword HelpKeyword = 'About SyncBack' AutoSize = True BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About SyncBack' ClientHeight = 310 ClientWidth = 553 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object AboutImage: TGifImage Left = 0 Top = 0 Width = 553 Height = 310 AutoSize = True OnMouseDown = AboutImageMouseDown OnMouseMove = AboutImageMouseMove end object bClose: TJvXPButton Left = 8 Top = 8 Caption = 'Close' TabOrder = 0 ModalResult = 2 Visible = False OnClick = bCloseClick end object bAbout: TJvXPButton Left = 8 Top = 32 Width = 97 TabOrder = 1 Visible = False OnClick = bAboutClick end object bAbout2: TJvXPButton Left = 8 Top = 56 Width = 97 Enabled = False TabOrder = 2 Visible = False OnClick = bAbout2Click end end